added Feb 2001 SDK
[windows-sources.git] / shared source / sscli20 / tools / resourcecompiler / sources
blob92a264d2882a503510168cc7bd78c4ba7db33f2c
2
3 #  Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
4
5 #  The use and distribution terms for this software are contained in the file
6 #  named license.txt, which can be found in the root of this distribution.
7 #  By using this software in any fashion, you are agreeing to be bound by the
8 #  terms of this license.
9
10 #  You must not remove this notice, or any other, from this software.
11
14 INCLUDES                  =$(INCLUDES);$(NDPDIR)\inc\version
16 TARGETNAME=resourcecompiler
17 TARGETPATH=obj
18 TARGETTYPE=PROGRAM
20 USE_MSVCRT=1
22 !if "$(FEATURE_PAL)" != "1" || "$(ROTOR_TOOLSET)" == "MSVC"
23 MSC_WARNING_LEVEL = $(VC_WARNING_LEVEL3) $(VC_WARNING_LEVELERROR)
24 COMPILER_WARNINGS=$(VC_WARNING_LEVEL3) $(VC_WARNING_LEVELERROR)
25 USE_RC_FROM_TOOLS=1
26 !else
27 MSC_WARNING_LEVEL=$(ALL_WARNINGS_FLAG) -Werror
28 COMPILER_WARNINGS=$(ALL_WARNINGS_FLAG) -Werror
29 !endif
31 SUBSYSTEM_VERSION=4.00
33 SOURCES=rc.c \
34         expeval.c \
35         empty.c
37 UMTYPE=console
39 ROTOR_USE_NOLIBS=1
40 !ifndef PLATFORM_UNIX
41 LINKLIBS=$(LINKLIBS)                   \
42         $(PAL_LIB_PATH)\rotor_pal.lib
43 !endif
44 UNIX_DLL_LIBS=-lrotor_pal
46 !if "$(ROTOR_TOOLSET)" != "MSVC"
47 MISCFILES = $(O)\empty.obj
48 !else
49 MISCFILES = $(O)\empty.res
50 !endif